home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / Timeit.vbp < prev    next >
Text File  |  1997-06-14  |  1KB  |  48 lines

  1. Type=Exe
  2. Reference=*\G{64674040-3A82-101B-8181-00AA003743D3}#1.1#0#Release\win.tlb#Windows API Functions
  3. Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\WINNT\System32\STDOLE2.TLB#OLE Automation
  4. Object={5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0; MSFLXGRD.OCX
  5. Reference=*\G{630B888C-E48F-11D0-B253-00AA005754FD}#1.0#0#Debug\VBCore.dll#Core Utilities for Visual Basic
  6. Form=timeit.frm
  7. Module=MDebug; debug.bas
  8. Class=CProblem; problem.cls
  9. Class=CNull; null.cls
  10. Module=MSortRecursive; sortrec.bas
  11. Module=MTestSort; tsort.bas
  12. Module=MSortOld; sortold.bas
  13. Module=MTimeIt; timeit.bas
  14. IconForm="FTimeIt"
  15. Startup="FTimeIt"
  16. HelpFile=""
  17. Title="Time It"
  18. ExeName32="TimeIt.exe"
  19. Path32="Exes"
  20. Command32=""
  21. Name="TimeIt"
  22. HelpContextID="0"
  23. Description="Compare timings for alternate methods of solving problems"
  24. CompatibleMode="0"
  25. MajorVer=1
  26. MinorVer=0
  27. RevisionVer=0
  28. AutoIncrementVer=0
  29. ServerSupportFiles=0
  30. VersionCompanyName=" "
  31. CondComp="afDebug = 5 : fUseCpp = 0 : fProfile = 1"
  32. CompilationType=0
  33. OptimizationType=0
  34. FavorPentiumPro(tm)=0
  35. CodeViewDebugInfo=-1
  36. NoAliasing=0
  37. BoundsCheck=0
  38. OverflowCheck=0
  39. FlPointCheck=0
  40. FDIVCheck=0
  41. UnroundedFP=0
  42. StartMode=0
  43. Unattended=0
  44. ThreadPerObject=0
  45. MaxNumberOfThreads=1
  46.  
  47.  
  48.